Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_xdigit
ctype_xdigit
Check characters representing hexadecimal numbers
Name:
ctype_xdigit
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check characters representing hexadecimal numbers
Related
PHP Server Optimization: Efficiently Solve Performance Bottlenecks and Improve Website Response Time
3
PHP Global Class Definition and Usage Tips to Improve Program Efficiency
9
Why Sometimes imagecolorresolve() Can't Return the Correct Color Index? Possible Pitfalls You Should Know
3
Read a specific type of file in a Zip file (such as .txt)
7
Similar Functions
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_lower
ctype_lower
Checklowercasecharac
ctype_digit
ctype_digit
Checknumericcharacte
ctype_space
ctype_space
Checkspacecharacters
ctype_graph
ctype_graph
Checkforanyprintable
Popular Articles